Gradient : API Documentation

Type PythonGenerator<T>

Namespace LostTech.Gradient.BuiltIns

Parent PythonObjectContainer

Interfaces IEnumerator<T>

Represents Python generator object

Methods

Properties

Public instance methods

void Dispose()

bool MoveNext()

void Reset()

Public properties

T Current get; set;

object PythonObject get;